current directory - определение. Что такое current directory
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое current directory - определение

THE CURRENTLY USED HIERARCHICAL FILE SYSTEM DIRECTORY ASSOCIATED WITH A RUNNING PROCESS IN AN OPERATING SYSTEM
Current working directory; Current directory; Working directories; Working dir; Wd (command); Current Directory Structure; CDS (DOS technology); CDS (DOS); Current directory structure

Working directory         
In computing, the working directory of a process is a directory of a hierarchical file system, if any, dynamically associated with each process. It is sometimes called the current working directory (CWD), e.
Direct current         
  • fix-attempted=yes }}</ref>
  • Types of direct current
  • 2393}} (⎓) is found on many electronic devices that either require or produce direct current.
UNIDIRECTIONAL FLOW OF ELECTRIC CHARGE
DC current; Continous current; Direct-current; Continuous current; Direct Current; Galvanic current; Direct current circuit; DC machines; LVDC; Direct-current electricity; Electric direct current; DC power; ⎓; Direct circuit circuit; DC voltage; DC electricity; Dc Current; D.C. current; D.C. voltage
·add. ·- A current flowing in one direction only;
- distinguished from alternating current. When steady and not pulsating a direct current is often called a continuous current.
II. Direct current ·add. ·- A direct induced current, or momentary current of the same direction as the inducing current, produced by stopping or removing the latter; also, a similar current produced by removal of a magnet.
Direct current         
  • fix-attempted=yes }}</ref>
  • Types of direct current
  • 2393}} (⎓) is found on many electronic devices that either require or produce direct current.
UNIDIRECTIONAL FLOW OF ELECTRIC CHARGE
DC current; Continous current; Direct-current; Continuous current; Direct Current; Galvanic current; Direct current circuit; DC machines; LVDC; Direct-current electricity; Electric direct current; DC power; ⎓; Direct circuit circuit; DC voltage; DC electricity; Dc Current; D.C. current; D.C. voltage
Direct current (DC) is one-directional flow of electric charge. An electrochemical cell is a prime example of DC power.

Википедия

Working directory

In computing, the working directory of a process is a directory of a hierarchical file system, if any, dynamically associated with each process. It is sometimes called the current working directory (CWD), e.g. the BSD getcwd function, or just current directory. When the process refers to a file using a simple file name or relative path (as opposed to a file designated by a full path from a root directory), the reference is interpreted relative to the working directory of the process. So for example a process with working directory /rabbit-shoes that asks to create the file foo.txt will end up creating the file /rabbit-shoes/foo.txt.